Initial commit
[RGBW Controller] / .gitignore
1 memo
2 info
3
4 # Prerequisites
5 *.d
6
7 # Object files
8 *.o
9 *.ko
10 *.obj
11 *.elf
12
13 # Linker output
14 *.ilk
15 *.map
16 *.exp
17
18 # Precompiled Headers
19 *.gch
20 *.pch
21
22 # Libraries
23 *.lib
24 *.a
25 *.la
26 *.lo
27
28 # Shared objects (inc. Windows DLLs)
29 *.dll
30 *.so
31 *.so.*
32 *.dylib
33
34 # Executables
35 *.exe
36 *.bin
37 *.out
38 *.app
39 *.i*86
40 *.x86_64
41 *.hex
42
43 # Debug files
44 *.dSYM/
45 *.su
46 *.idb
47 *.pdb
48
49 # Kernel Module Compile Results
50 *.mod*
51 *.cmd
52 .tmp_versions/
53 modules.order
54 Module.symvers
55 Mkfile.old
56 dkms.conf
Contact me: dev (at) shalnoff (dot) com
PGP fingerprint: A6B8 3B23 6013 F18A 0C71 198B 83D8 C64D 917A 5717